home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
-
- <wml>
-
- <template>
- <do type="prev" name="Previous" label="Previous">
- <prev/>
- </do>
- </template>
-
- <card id="card1" title="First Card" newcontext="true">
- <p>
-
- Card 1 ... <br/>
-
- <do type="accept" name="two" label="Next Card">
- <go href="#card2"/>
- </do>
-
- <!-- Must override the DO/PREV in the template to
- prevent the PREV element from going back to
- the previous deck
- -->
-
- <do type="prev" name="Previous">
- <noop/>
- </do>
-
- </p>
- </card>
-
- <card id="card2" title="Second Card">
- <p>
-
- Card 2 ... <br/>
-
- <do type="accept" name="three" label="Next Card">
- <go href="#card3"/>
- </do>
-
- </p>
- </card>
-
- <card id="card3" title="Third Card">
- <p>
-
- Card 3 ... <br/>
-
- <!-- NOTE: the following DO element will go to a new
- deck. The name of this deck is embedded
- in the URL.
- -->
-
- <do type="accept" name="deck2b" label="Next Deck">
- <go href="deck2b.wml"/>
- </do>
-
- </p>
- </card>
-
- </wml>
-